home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 72 / Cine Live 72.iso / pc / Data / Interface / f34.k < prev    next >
Encoding:
Text File  |  2003-02-24  |  4.3 KB  |  232 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000142; 
  4.     release Editor:
  5.         IOWindow is {$000000E1,$0000002E,$00000267,$000002CC,$00000000,$00000000,$00000000,$00000000};
  6.         LayoutWindow is {$000000A9,$00000047,$0000028F,$000001EF,$00000000,$00000000,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oMusic2,
  16.         ofond3,
  17.         oScroller4,
  18.         ofilmo_imp6,
  19.         ofilmo_retour7,
  20.         ofilmo_somm8,
  21.         ortf9
  22.     ];
  23.     Events is [
  24.         cOnscreenEvent
  25.         with 
  26.             Commands is [
  27.                 cRunCommand
  28.                 with Flags is $00000004; Target is oMusic2; Rewind is true; end
  29.             ];
  30.         end,
  31.         cKeyboardEvent
  32.         with Value is "+"; 
  33.             Commands is [
  34.                 cSetVolumeCommand
  35.                 with Flags is $00000004; Mode is ExecuteHigher; end
  36.             ];
  37.         end,
  38.         cKeyboardEvent
  39.         with Value is "-"; 
  40.             Commands is [
  41.                 cSetVolumeCommand
  42.                 with Mode is ExecuteLower; end
  43.             ];
  44.         end,
  45.         cKeyboardEvent
  46.         with Flags is $00000004; Value is "m"; 
  47.             Commands is [
  48.                 cRunCommand
  49.                 with Flags is $00000004; Target is oMusic2; Mode is Toggle; Rewind is true; end
  50.             ];
  51.         end
  52.     ];
  53. end;
  54.  
  55. object oMusic2 is cSound
  56. with 
  57.     Flags is $00000150; 
  58.     Name is "Music"; 
  59.     
  60.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  61.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  62.     Looping is true; 
  63.     URL is "../Sons/1.mp3"; 
  64.     
  65. end;
  66.  
  67. object ofond3 is cImage
  68. with 
  69.     Name is "fond"; 
  70.     Enabled is false; 
  71.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  72.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  73.     
  74.     URL is "../Images/34.jpg"; 
  75.     
  76.     
  77. end;
  78.  
  79. object oScroller4 is cScroller
  80. with 
  81.     Name is "Scroller"; 
  82.     Clipping is true; Cursor is oFingerCursor; 
  83.     X is 510; Y is 104; 
  84.     Width is 256; Height is 438; 
  85.     
  86.     Vertical is oVertical_Macintosh_Color_ScrollBar; 
  87.     Elements is [
  88.         oimage_biographie5
  89.     ];
  90.     Events is [
  91.         cMouseMovedEvent
  92.         with 
  93.             Commands is [
  94.                 cScrollCommand
  95.                 with Target is oTargetSelf; end
  96.             ];
  97.         end
  98.     ];
  99. end;
  100.  
  101. object oimage_biographie5 is cImage
  102. with 
  103.     Name is "image biographie"; 
  104.     
  105.     X is 149; 
  106.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  107.     
  108.     URL is "../Images/n34.jpg"; 
  109.     
  110.     
  111. end;
  112.  
  113. object ofilmo_imp6 is cImage
  114. with 
  115.     Name is "filmo imp"; 
  116.     Shown is false; Cursor is oFingerCursor; 
  117.     X is 475; Y is 573; 
  118.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  119.     
  120.     URL is "../Images/actor%20imprim.jpg"; 
  121.     
  122.     
  123.     Events is [
  124.         cMouseEnterEvent
  125.         with 
  126.             Commands is [
  127.                 cShowCommand
  128.                 with Target is oTargetSelf; end
  129.             ];
  130.         end,
  131.         cMouseLeaveEvent
  132.         with 
  133.             Commands is [
  134.                 cShowCommand
  135.                 with Target is oTargetSelf; Mode is Clear; end
  136.             ];
  137.         end,
  138.         cMouseUpEvent
  139.         with Flag is true; 
  140.             Commands is [
  141.                 cPrintCommand
  142.                 with Target is ortf9; end
  143.             ];
  144.         end
  145.     ];
  146. end;
  147.  
  148. object ofilmo_retour7 is cImage
  149. with 
  150.     Flags is $00000150; 
  151.     Name is "filmo retour"; 
  152.     Shown is false; Cursor is oFingerCursor; 
  153.     X is 321; Y is 573; 
  154.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  155.     
  156.     URL is "../Images/actor%20retour.jpg"; 
  157.     
  158.     
  159.     Events is [
  160.         cMouseEnterEvent
  161.         with Flags is $00000004; 
  162.             Commands is [
  163.                 cShowCommand
  164.                 with Flags is $00000004; Target is oTargetSelf; end
  165.             ];
  166.         end,
  167.         cMouseLeaveEvent
  168.         with Flags is $00000004; 
  169.             Commands is [
  170.                 cShowCommand
  171.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  172.             ];
  173.         end,
  174.         cMouseUpEvent
  175.         with Flags is $00000004; Flag is true; 
  176.             Commands is [
  177.                 cRunCommand
  178.                 with Flags is $00000004; Target is oMusic2; Mode is Clear; Rewind is true; end,
  179.                 cBackCommand
  180.                 with Flags is $00000004; end
  181.             ];
  182.         end
  183.     ];
  184. end;
  185.  
  186. object ofilmo_somm8 is cImage
  187. with 
  188.     Name is "filmo somm"; 
  189.     Shown is false; Cursor is oFingerCursor; 
  190.     X is 629; Y is 573; 
  191.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  192.     
  193.     URL is "../Images/actor%20somm.jpg"; 
  194.     
  195.     
  196.     Events is [
  197.         cMouseEnterEvent
  198.         with 
  199.             Commands is [
  200.                 cShowCommand
  201.                 with Target is oTargetSelf; end
  202.             ];
  203.         end,
  204.         cMouseLeaveEvent
  205.         with 
  206.             Commands is [
  207.                 cShowCommand
  208.                 with Target is oTargetSelf; Mode is Clear; end
  209.             ];
  210.         end,
  211.         cMouseUpEvent
  212.         with Flag is true; 
  213.             Commands is [
  214.                 cBrowseCommand
  215.                 with URL is "sommaire.k"; end
  216.             ];
  217.         end
  218.     ];
  219. end;
  220.  
  221. object ortf9 is cRTFText
  222. with 
  223.     Flags is $00000150; 
  224.     Name is "rtf"; 
  225.     Enabled is false; Shown is false; 
  226.     AdjustX is AlignToLeft; AdjustY is AlignToTop; 
  227.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  228.     
  229.     URL is "../Textes/34.rtf"; 
  230.     
  231.     Antialiased is true; 
  232. end;